Filename: /text/sbasic/shared/03120300.xhp
(section: manipu) (bookmark: bm_id7499008)
The following functions edit, format, and align the contents of strings. Use the & operator to concatenate strings.
文字列の編集、書式設定、整列などを行うための関数です。 文字列の結合には&演算子を使用します。(par_id3149178.2)
(embed text/sbasic/shared/03120301.xhp#format : linkinfo)
Converts a number to a string, and then formats it according to the format that you specify.
与えられた数値を文字列に変換してから、指定の書式にフォーマットします。(par_id3156042.2)
(/embed text/sbasic/shared/03120301.xhp#format)
(embed text/sbasic/shared/03120302.xhp#lcase : linkinfo)
Converts all uppercase letters in a string to lowercase.
文字列中のすべての大文字を小文字に変換します。(par_id3145609.2)
(/embed text/sbasic/shared/03120302.xhp#lcase)
(embed text/sbasic/shared/03120303.xhp#left : linkinfo)
Returns the number of leftmost characters that you specify of a string expression.
与えられた文字列表式の左側から、指定分の文字を取得して返します。(par_id3147242.2)
(/embed text/sbasic/shared/03120303.xhp#left)
(embed text/sbasic/shared/03120304.xhp#lset : linkinfo)
Aligns a string to the left of a string variable, or copies a variable of a user-defined type to another variable of a different user-defined type.
文字列変数の指定に従い文字列を左側に揃えるか、ユーザー定義型の変数を他のユーザー定義型の変数にコピーします。(par_id3155419.2)
(/embed text/sbasic/shared/03120304.xhp#lset)
(embed text/sbasic/shared/03120305.xhp#ltrim : linkinfo)
Removes all leading spaces at the start of a string expression.
文字列表式の先頭部にあるスペース記号を、すべて削除します。(par_id3145316.2)
(/embed text/sbasic/shared/03120305.xhp#ltrim)
(embed text/sbasic/shared/03120306.xhp#mid : linkinfo)
Returns the specified portion of a string expression (Mid function), or replaces the portion of a string expression with another string (Mid statement).
文字列表式の中から指定部分を取得して返す (Mid 関数) か、該当部分を他の文字列に置き換えます (Mid ステートメント)。(par_id3148473.2)
(/embed text/sbasic/shared/03120306.xhp#mid)
(embed text/sbasic/shared/03120307.xhp#right : linkinfo)
Returns the rightmost "n" characters of a string expression.
文字列表式の右側「n」文字を取得して返します。(par_id3150984.2)
(/embed text/sbasic/shared/03120307.xhp#right)
(embed text/sbasic/shared/03120308.xhp#rset : linkinfo)
Right-aligns a string within a string variable, or copies a user-defined variable type into another.
文字列変数中に右揃えで文字列を格納するか、ユーザー定義型の変数を他のユーザー定義型の変数にコピーします。(par_id3150503.2)
(/embed text/sbasic/shared/03120308.xhp#rset)
(embed text/sbasic/shared/03120309.xhp#rtrim : linkinfo)
Deletes the spaces at the end of a string expression.
文字列表式の末尾にあるスペース記号を削除します。(par_id3153127.2)
(/embed text/sbasic/shared/03120309.xhp#rtrim)
(embed text/sbasic/shared/03120311.xhp#trim : linkinfo)
Removes all leading and trailing spaces from a string expression.
文字列表式の末尾および先頭にあるスペース記号を、すべて削除します。(par_id3149177.2)
(/embed text/sbasic/shared/03120311.xhp#trim)
(embed text/sbasic/shared/03120310.xhp#ucase : linkinfo)
Converts lowercase characters in a string to uppercase.
文字列中のすべての小文字を大文字に変換します。(par_id3155420.2)
(/embed text/sbasic/shared/03120310.xhp#ucase)
(embed text/sbasic/shared/03120314.xhp#split : linkinfo)
Returns an array of substrings from a string expression.
与えられた文字列表式を分割し、これらのサブストリング (文字列) を要素とする配列を作成して返します。(par_id3155805.2)
(/embed text/sbasic/shared/03120314.xhp#split)
(embed text/sbasic/shared/03120315.xhp#join : linkinfo)
Returns a string from a number of substrings in a string array.
文字列配列として与えられるサブストリングを、1 つの文字列に変換して返します。(par_id3149670.2)
(/embed text/sbasic/shared/03120315.xhp#join)
(embed text/sbasic/shared/03120312.xhp#converttourl : linkinfo)
Converts a system file name to a file URL.
システムファイル名をファイル URL へ変換します。(par_id3148538.2)
(/embed text/sbasic/shared/03120312.xhp#converttourl)
(embed text/sbasic/shared/03120313.xhp#convertfromurl : linkinfo)
Converts a file URL to a system file name.
ファイル URL をシステムファイル名へ変換します。(par_id3147226.2)
(/embed text/sbasic/shared/03120313.xhp#convertfromurl)